home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl1 / dms32.zip / _SETUP.1 / DMS.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1996-05-11  |  4KB  |  197 lines

  1. object MainForm: TMainForm
  2.   Left = 315
  3.   Top = 131
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Disk Management System - Shareware'
  7.   ClientHeight = 259
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = MainMenu1
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 136
  20.     Top = 56
  21.     Width = 163
  22.     Height = 20
  23.     Caption = 'File Attribute Manager'
  24.     Font.Color = clNavy
  25.     Font.Height = -17
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 144
  32.     Top = 88
  33.     Width = 135
  34.     Height = 20
  35.     Caption = 'Simple Text Editor'
  36.     Font.Color = clNavy
  37.     Font.Height = -17
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Label3: TLabel
  43.     Left = 176
  44.     Top = 152
  45.     Width = 66
  46.     Height = 16
  47.     Caption = 'Version 1.0'
  48.     Font.Color = clPurple
  49.     Font.Height = -13
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object Label4: TLabel
  55.     Left = 120
  56.     Top = 120
  57.     Width = 200
  58.     Height = 20
  59.     Caption = 'Directory and File Manager'
  60.     Font.Color = clNavy
  61.     Font.Height = -17
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object Panel1: TPanel
  67.     Left = 0
  68.     Top = 180
  69.     Width = 427
  70.     Height = 60
  71.     Align = alBottom
  72.     BevelInner = bvRaised
  73.     BevelOuter = bvLowered
  74.     TabOrder = 0
  75.     object ExitBtn: TBitBtn
  76.       Left = 168
  77.       Top = 8
  78.       Width = 75
  79.       Height = 41
  80.       Caption = 'E&xit'
  81.       TabOrder = 0
  82.       OnClick = Exit1Click
  83.       Kind = bkCancel
  84.     end
  85.   end
  86.   object Panel2: TPanel
  87.     Left = 0
  88.     Top = 0
  89.     Width = 427
  90.     Height = 49
  91.     Align = alTop
  92.     BevelOuter = bvLowered
  93.     ParentShowHint = False
  94.     ShowHint = True
  95.     TabOrder = 1
  96.     object AttributesButton1: TSpeedButton
  97.       Left = 8
  98.       Top = 8
  99.       Width = 73
  100.       Height = 35
  101.       Hint = 'File Attributes'
  102.       Caption = 'Attributes'
  103.       Font.Color = clBlue
  104.       Font.Height = -13
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = [fsBold]
  107.       ParentFont = False
  108.       ParentShowHint = False
  109.       ShowHint = True
  110.       OnClick = FileAttributes1Click
  111.     end
  112.     object EditorButton: TSpeedButton
  113.       Left = 88
  114.       Top = 8
  115.       Width = 57
  116.       Height = 35
  117.       Hint = 'Text Editor'
  118.       Caption = 'Editor'
  119.       Font.Color = clBlue
  120.       Font.Height = -13
  121.       Font.Name = 'MS Sans Serif'
  122.       Font.Style = [fsBold]
  123.       ParentFont = False
  124.       ParentShowHint = False
  125.       ShowHint = True
  126.       OnClick = TextEditor1Click
  127.     end
  128.     object DirectoryButton1: TSpeedButton
  129.       Left = 152
  130.       Top = 8
  131.       Width = 145
  132.       Height = 33
  133.       Hint = 'Directory and File Manager'
  134.       Caption = 'Directory and Files'
  135.       Font.Color = clBlue
  136.       Font.Height = -13
  137.       Font.Name = 'MS Sans Serif'
  138.       Font.Style = [fsBold]
  139.       ParentFont = False
  140.       OnClick = DirectoryButton1Click
  141.     end
  142.   end
  143.   object StatusBar1: TStatusBar
  144.     Left = 0
  145.     Top = 240
  146.     Width = 427
  147.     Height = 19
  148.     Panels = <>
  149.     SimplePanel = False
  150.   end
  151.   object MainMenu1: TMainMenu
  152.     Left = 16
  153.     Top = 128
  154.     object File1: TMenuItem
  155.       Caption = '&File'
  156.       ShortCut = 0
  157.       object Exit1: TMenuItem
  158.         Caption = 'E&xit'
  159.         ShortCut = 0
  160.         OnClick = Exit1Click
  161.       end
  162.     end
  163.     object Applications1: TMenuItem
  164.       Caption = 'A&pplications'
  165.       ShortCut = 0
  166.       object FileAttributes1: TMenuItem
  167.         Caption = 'F&ile Attributes'
  168.         ShortCut = 0
  169.         OnClick = FileAttributes1Click
  170.       end
  171.       object TextEditor1: TMenuItem
  172.         Caption = 'T&ext Editor'
  173.         ShortCut = 0
  174.         OnClick = TextEditor1Click
  175.       end
  176.       object DirectoryFileManager1: TMenuItem
  177.         Caption = 'Directory & File M&anager'
  178.         ShortCut = 0
  179.       end
  180.     end
  181.     object Help1: TMenuItem
  182.       Caption = '&Help'
  183.       ShortCut = 0
  184.       object Contents1: TMenuItem
  185.         Caption = 'Help &Topics'
  186.         ShortCut = 0
  187.         OnClick = Contents1Click
  188.       end
  189.       object About1: TMenuItem
  190.         Caption = '&About...'
  191.         ShortCut = 0
  192.         OnClick = About1Click
  193.       end
  194.     end
  195.   end
  196. end
  197.